Grid Landing Page
Note: this is the template for the grid landing page on our sites. You can add as many divs with the class of cat-item-wrapper as you'd like stacked on top of one another. Each one of these divs is a grid component. For this layout, add a class of cat-img to the image tag to make the image smaller.
<div class="cat-wrapper">
<div class="cat-item-wrapper">
<a class="cat-img-link" href="#">
<img class="cat-img" alt="" src="#" />
<div class="cat-product-shop">
<h3 class="cat-product-name">**cat item name goes here**</h3>
</div>
</a>
</div>
<div class="cat-item-wrapper">
<a class="cat-img-link" href="#">
<img class="cat-img" alt="" src="#" />
<div class="cat-product-shop">
<h3 class="cat-product-name">**cat item name goes here**</h3>
</div>
</a>
</div>
</div>